Try to solve the problem of spurious EOF chars in long lines of text
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2010 02:07:48 +0000 (22:07 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 13 Apr 2010 02:07:48 +0000 (22:07 -0400)
commit0c37daf169713c1a6b6ebe693751180234c7dcfd
treeb1826a3c5a8a8a001fbf71c5ee025bd421311d93
parenta186843fcda0d7883074f0dc49ec501c39ad903e
Try to solve the problem of spurious EOF chars in long lines of text
sent to interactive subprocesses.
* sysdep.c (child_setup_tty): Do not enable ICANON any more.
(system_process_attributes): Remove unused var `ttotal'.
* process.c (send_process): Don't bother breaking long line with EOF
chars when talking to ttys any more.
(wait_reading_process_output): Output a warning when called in such
a way that it could block without being interruptible.
src/ChangeLog
src/process.c
src/sysdep.c